home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 008 / readmacx.arc / READMAC!.DOC < prev   
Encoding:
Text File  |  1987-02-13  |  4.4 KB  |  90 lines

  1.  
  2.  
  3.     READMAC! - Read Picture Files on an IBM/PC -- 13-Feb-1987
  4.  
  5.          This  program  enables  you  to read picture files  on  an  IBM PC 
  6.     equipped  with  either  a color graphics adapter (CGA)  or  a  Hercules 
  7.     monochrome graphics adapter or clone (Hercules).   In most cases,   the 
  8.     program should be able to determine,  by itself,  which type of display 
  9.     adapter  you  have.   If it thinks you have a  non-graphics  monochrome 
  10.     card,  you will get an error message to that effect.   If you do have a 
  11.     graphics card,  and ReadMac!  doesn't seem to be working,  command line 
  12.     switches are provided to manual set the display adapter type.   If  you 
  13.     have a CGA,  specify /C,  and if you have a Hercules, specify /H.   The 
  14.     complete command format is as follows: 
  15.  
  16.               READMAC! [/H | /C] [filename{.MAC}]
  17.  
  18.          If  the  program is entered with no filename on the command  line,
  19.     you will see a menu like the one below:
  20.  
  21.           Micro Technologies, Inc.   Modified by SMG Software
  22.           921 Royal Heights Road                 Anaheim, CA
  23.           Belleville, IL  62223                  13-Feb-1987
  24.             Voice: (618) 233-2314  Data: (618) 233-2315
  25.  
  26.                  ^ Moves picture UP one pixel row
  27.               PgUp Moves picture UP ten pixel rows
  28.              ^PgUp Moves picture UP by a Half-Screen
  29.                  v Moves picture DOWN one pixel row
  30.               PgDn Moves picture DOWN ten pixel rows
  31.              ^PgDn Moves picture DOWN by a Half-Screen
  32.              ^Home Scroll to Top of Picture
  33.               ^End Scroll to Bottom of Picture
  34.               Home Jump to Top of Picture
  35.                End Jump to Bottom of Picture
  36.               ^U,U Select printer
  37.               ^O,O Install OTHER printer
  38.            ^P,^Q,P Select printer/Print picture
  39.             ^PrtSc Print Picture
  40.              L,H,? Load another picture
  41.           ^E,E,Esc Return to DOS
  42.  
  43.           Enter a quote (") to view last picture
  44.  
  45.           File name:
  46.  
  47.     Most  of  the  options on this menu cannot be used while this  menu  is
  48.     visible,  but rather will only have effect when the picture is visible.
  49.     Most of the menu entries are self-explanatory.  The printer options are
  50.     there to enable you to get a hardcopy of the picture you are  currently
  51.     viewing.   The "U" and "^U" options allow you select the type of printer
  52.     you have.  The choices are as follows:
  53.  
  54.                   Epson FX
  55.                   Apple DMP or NEC 8023
  56.                   Gemini 10 (or 15)
  57.                   IBM Graphics Printer
  58.                   Other
  59.  
  60.     The  first four choices will setup ReadMac!  for the specified printer. 
  61.     The fifth choice will allow you to setup ReadMac! for a printer that is 
  62.     not in the list,  and that was previously installed.   Note that if you 
  63.     do not select a printer, Epson FX is assumed.  You may install an OTHER 
  64.     printer by using the "O" and "^O" options.  When you use these options, 
  65.     you  will  be  asked to supply the escape sequences that  your  printer 
  66.     expected in order to do the following: 
  67.  
  68.                   Set line spacing to 8/72 inch
  69.                   Send 576 graphic characters
  70.                   Set line spacing to 1/8 inch
  71.  
  72.     Note that it is not neccessary to enter the Escape character itself, as
  73.     that is assumed at the beginning of the string.   Once you have entered
  74.     all of this information,  it will be saved to a file called  OTHER.PRT.
  75.     Then, when you run ReadMac! in the future, if OTHER.PRT is found in the
  76.     current  directory of the current drive,  you will not have to  install
  77.     your printer again.
  78.          To actually print a picture,  use either "^PrtSc",  "P"  or  "^P".
  79.     The "^PrtSc"  option will print a picture if you have already  selected
  80.     your printer type.   The "P"  and "^P"  options will allow you to first
  81.     select your printer,  and will then print the picture.  Therefore,  the
  82.     "P"  and "^P" options are equivalent to the "U"  option followed by the
  83.     "^PrtSc" option.
  84.          You may perform the "^U", "^O", "^Q" and "^E" options at the "File 
  85.     name:"  prompt as well.   Just enter the appropriate control character, 
  86.     and press return.  In addition,  entering a single quote character ("), 
  87.     followed by a return, will view that last picture loaded again. 
  88.          You  may enter "^C"  or "Break"  at any time to clear the  screen, 
  89.     abort and return to DOS. 
  90.